{userName}
Bots
{#if $currentUser && $currentUser.username == userName}
New bot
{/if}
{#each bots as bot}
{bot["name"]}
{/each}
{#if bots.length == 0} This user does not have any bots yet. {/if}